Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Apache Kafka - 75 results found.
NameDescriptionTypePackageFramework
LongDeserializerClassorg.apache.kafka.common.serializationApache Kafka
LeaderNotAvailableExceptionThere is no currently available leader for the given partition (either because a leadership election is in progress or because all replicas are down).Classorg.apache.kafka.common.errorsApache Kafka
KafkaProducerA Kafka client that publishes records to the Kafka cluster.Classorg.apache.kafka.clients.producerApache Kafka
KafkaExceptionThe base class of all other Kafka exceptionsSee Also:Serialized FormClassorg.apache.kafka.commonApache Kafka
KafkaConsumerA Kafka client that consumes records from a Kafka cluster.Classorg.apache.kafka.clients.consumerApache Kafka
InvalidTopicExceptionThe client has attempted to perform an operation on an invalid topic.Classorg.apache.kafka.common.errorsApache Kafka
InvalidRequiredAcksExceptionClassorg.apache.kafka.common.errorsApache Kafka
InvalidOffsetExceptionThrown when the offset for a set of partitions is invalid (either undefined or out of range), and no reset policy has been configured.Classorg.apache.kafka.clients.consumerApache Kafka
InvalidMetadataExceptionAn exception that may indicate the client's metadata is out of dateSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
InterruptExceptionAn unchecked wrapper for InterruptedExceptionSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
IntegerSerializerClassorg.apache.kafka.common.serializationApache Kafka
IntegerDeserializerClassorg.apache.kafka.common.serializationApache Kafka
IllegalGenerationExceptionClassorg.apache.kafka.common.errorsApache Kafka
GroupLoadInProgressExceptionThe broker returns this error code for any coordiantor request if it is still loading the metadata (after a leader change for that offsets topic partition) for this group.Classorg.apache.kafka.common.errorsApache Kafka
GroupCoordinatorNotAvailableExceptionThe broker returns this error code for consumer metadata requests or offset commit requests if the offsets topic has not yet been created.Classorg.apache.kafka.common.errorsApache Kafka
GroupAuthorizationExceptionClassorg.apache.kafka.common.errorsApache Kafka
DeserializerInterfaceorg.apache.kafka.common.serializationApache Kafka
DisconnectExceptionServer disconnected before a request could be completed.Classorg.apache.kafka.common.errorsApache Kafka
CorruptRecordExceptionThis exception indicates a record has failed its internal CRC check, this generally indicates network or diskSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
ControllerMovedExceptionClassorg.apache.kafka.common.errorsApache Kafka
ConsumerRecordsA container that holds the list ConsumerRecord per partition for a particular topic.Classorg.apache.kafka.clients.consumerApache Kafka
ConsumerRecordA key/value pair to be received from Kafka.Classorg.apache.kafka.clients.consumerApache Kafka
ConsumerRebalanceListenerA callback interface that the user can implement to trigger custom actions when the set of partitions assigned to the This is applicable when the consumer is having Kafka auto-manage group membership.Interfaceorg.apache.kafka.clients.consumerApache Kafka
ConsumerConfigClassorg.apache.kafka.clients.consumerApache Kafka
ConsumerInterfaceorg.apache.kafka.clients.consumerApache Kafka
ConfigurableInterfaceorg.apache.kafka.commonApache Kafka
CommitFailedExceptionThis exception is raised when an offset commit with KafkaConsumer.Classorg.apache.kafka.clients.consumerApache Kafka
ClusterA representation of a subset of the nodes, topics, and partitions in the Kafka cluster.Classorg.apache.kafka.commonApache Kafka
CallbackA callback interface that the user can implement to allow code to execute when the request is complete.Interfaceorg.apache.kafka.clients.producerApache Kafka
ByteArraySerializerClassorg.apache.kafka.common.serializationApache Kafka
ByteArrayDeserializerClassorg.apache.kafka.common.serializationApache Kafka
BufferExhaustedExceptionThis exception is thrown if the producer is in non-blocking mode and the rate of data production exceeds the rate at which data can be sent for long enough for the alloted buffer to be exhausted.Classorg.apache.kafka.clients.producerApache Kafka
BrokerNotAvailableExceptionClassorg.apache.kafka.common.errorsApache Kafka
ApiExceptionAny API exception that is part of the public protocol and should be a subclass of this class and be part of thisSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
AuthorizationExceptionClassorg.apache.kafka.common.errorsApache Kafka
LongSerializerClassorg.apache.kafka.common.serializationApache Kafka
MetricInterfaceorg.apache.kafka.commonApache Kafka
MetricNameThe MetricName class encapsulates a metric's name, logical group and its related attributes This class captures the following parametersClassorg.apache.kafka.commonApache Kafka
MockConsumerA mock of the Consumer interface you can use for testing code that uses Kafka.Classorg.apache.kafka.clients.consumerApache Kafka
MockProducerA mock of the producer interface you can use for testing code that uses Kafka.Classorg.apache.kafka.clients.producerApache Kafka
NetworkExceptionA misc.Classorg.apache.kafka.common.errorsApache Kafka
NodeClassorg.apache.kafka.commonApache Kafka
NoOffsetForPartitionExceptionIndicates that there is no stored offset for a partition and no defined offsetSee Also:Serialized FormClassorg.apache.kafka.clients.consumerApache Kafka
NotCoordinatorForGroupExceptionThe broker returns this error code if it receives an offset fetch or commit request for a consumer group that it is not a coordinator for.Classorg.apache.kafka.common.errorsApache Kafka
NotEnoughReplicasAfterAppendExceptionNumber of insync replicas for the partition is lower than min.Classorg.apache.kafka.common.errorsApache Kafka
NotEnoughReplicasExceptionNumber of insync replicas for the partition is lower than min.Classorg.apache.kafka.common.errorsApache Kafka
NotLeaderForPartitionExceptionThis server is not the leader for the given partitionSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
OffsetAndMetadataThe Kafka offset commit API allows users to provide additional metadata (in the form of a string) when an offset is committed.Classorg.apache.kafka.clients.consumerApache Kafka
OffsetCommitCallbackA callback interface that the user can implement to trigger custom actions when a commit request completes.Interfaceorg.apache.kafka.clients.consumerApache Kafka
OffsetMetadataTooLargeThe client has tried to save its offset with associated metadata larger than the maximum size allowed by the server.Classorg.apache.kafka.common.errorsApache Kafka
OffsetOutOfRangeExceptionNo reset policy has been defined, and the offsets for these partitions are either larger or smaller than the range of offsets the server has for the given partition.Classorg.apache.kafka.clients.consumerApache Kafka
OffsetResetStrategyenum OffsetResetStrategyEnum Constant SummaryClassorg.apache.kafka.clients.consumerApache Kafka
PartitionerInterfaceorg.apache.kafka.clients.producerApache Kafka
PartitionInfoInformation about a topic-partition.Classorg.apache.kafka.commonApache Kafka
ProducerThe interface for the KafkaProducerSee Also:KafkaProducer, Interfaceorg.apache.kafka.clients.producerApache Kafka
ProducerConfigConfiguration for the Kafka Producer.Classorg.apache.kafka.clients.producerApache Kafka
ProducerRecordA key/value pair to be sent to Kafka.Classorg.apache.kafka.clients.producerApache Kafka
RangeAssignorThe range assignor works on a per-topic basis.Classorg.apache.kafka.clients.consumerApache Kafka
RebalanceInProgressExceptionClassorg.apache.kafka.common.errorsApache Kafka
RecordBatchTooLargeExceptionThis record batch is larger than the maximum allowable sizeSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
RecordMetadataClassorg.apache.kafka.clients.producerApache Kafka
RecordTooLargeExceptionThis record is larger than the maximum allowable sizeSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
RetriableExceptionA retryable exception is a transient exception that if retried may succeed.Classorg.apache.kafka.common.errorsApache Kafka
RoundRobinAssignorThe roundrobin assignor lays out all the available partitions and all the available consumers.Classorg.apache.kafka.clients.consumerApache Kafka
SerializationExceptionAny exception during serialization in the producerSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
SerializerInterfaceorg.apache.kafka.common.serializationApache Kafka
StringDeserializerString encoding defaults to UTF8 and can be customized by setting the property key.Classorg.apache.kafka.common.serializationApache Kafka
StringSerializerString encoding defaults to UTF8 and can be customized by setting the property key.Classorg.apache.kafka.common.serializationApache Kafka
TimeoutExceptionIndicates that a request timed out.Classorg.apache.kafka.common.errorsApache Kafka
TopicAuthorizationExceptionClassorg.apache.kafka.common.errorsApache Kafka
TopicPartitionA topic name and partition numberSee Also:Serialized FormClassorg.apache.kafka.commonApache Kafka
UnknownMemberIdExceptionClassorg.apache.kafka.common.errorsApache Kafka
UnknownServerExceptionAn error occurred on the server for which the client doesn't have a corresponding error code.Classorg.apache.kafka.common.errorsApache Kafka
UnknownTopicOrPartitionExceptionThis topic/partition doesn't existSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
WakeupExceptionException used to indicate preemption of a blocking operation by an external thread.Classorg.apache.kafka.common.errorsApache Kafka